Don't store min/max_is_truncated in zone maps for non-string columns - #9206
Don't store min/max_is_truncated in zone maps for non-string columns#9206myrrc wants to merge 1 commit into
Conversation
Signed-off-by: Mikhail Kot <mikhail@spiraldb.com>
6c1b72b to
71facc3
Compare
|
Instead of this fix can we migrate the file stats to be accumulator based instead of existing enum based. That solves this problem and aligns them with the zonemaps. I was waiting for fix to the sum aggregate to land before though |
|
Let's maybe merge this before so we don't have the fields already, and then migrate the stats? |
Merging this PR will improve performance by 26.63%
Performance Changes
Tip Curious why this is faster? Comment Comparing Footnotes
|
Non-string columns zone map values can't be truncated. Don't write them.
Resolves: #7235